home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / tkern10.zip / GNUISH\README < prev    next >
Text File  |  1990-09-19  |  2KB  |  58 lines

  1. # readme. - for the GNUish MS-DOS library            -*-Text-*-
  2. # Copyright (C) 1990 by Thorsten Ohl, td12@ddagsi3.bitnet
  3.  
  4. This library contains MS-DOS ports of GNU library routines and other
  5. support routines for MS-DOS.
  6.  
  7. The reason for distributing this files separately is to provide one
  8. `definitive' version of them.  In the GNU distributions, several versions
  9. of this modules float around.  This is particularily problematic in the
  10. case of the regexp library, since this needs some changes to run smoothly
  11. on 16-bit machines.  Thus I would have to maintain several patches for the
  12. different programs.  For example the regexp distributed with e?grep is
  13. really antique, patches for it are not very similar to those for the
  14. regexp library from the fileutils.
  15.  
  16. This library also contains some files which do not need any changes at
  17. all, they're here, because they are oth general use and naturally fit
  18. into this library.
  19.  
  20. The final component of this library are some MS-DOS support functions.
  21.  
  22.  
  23. SHORT DESCRIPTION:
  24.  
  25.       *    error.c, getopt.c, getopt.h, getopt1.c, glob.c, regex.c, regex.h:
  26.     General purpose GNU functions, needed by almost all GNU programs.
  27.     The MS-DOS Version is identical to or derived from the version
  28.     distributed with the fileutilities (Version 1.4, excpet glob.c
  29.     which is from v1.3).
  30.  
  31.       *    patches: these patches can be used to recover the original
  32.     versions (for finding out, what I've broken ...).
  33.  
  34.       * _cwild.c:
  35.     Commandline expansion.
  36.  
  37.       * ndir.c, ndir.h:
  38.     Portable directory access.
  39.  
  40.       * pwd.c, pwd.h:
  41.     No-op replacements for getuid (), etc.
  42.     These functions are not really useful, but are convenient for
  43.     avoiding extensive conditionalization of the GNU sources.
  44.  
  45.       * gnulib.h:
  46.     Some prototypes.
  47.  
  48.       * xmalloc.c, xrealloc.c:
  49.     It's useful to have them around ...
  50.  
  51.  
  52. OMISSIONS:
  53.  
  54.       *    This library should contain a version of the obstack macros for
  55.     all memory models.  I do not have such a version.
  56.  
  57.  
  58.